All Questions
Tagged with asp.net-web-api.net-core
3 questions
1vote
1answer
161views
Azure DevOps Git: Fork into another Repo using Azure DevOps REST API
In my Azure DevOps Project, I have a Git repository that I would like to copy to another Azure DevOps Project. In other words, I should be able to copy the original repo into other Azure DevOps ...
3votes
1answer
295views
Export and import work items from Azure DevOps
I'm working on an application that exports and imports work items from Azure DevOps. To import work items into Azure DevOps, I have written the following code. Would you be able to review and make ...
3votes
1answer
163views
Calling multiple clients from API controller methods?
Hi I have a requirement where in I have to call two different client methods from same api in .NET Core and I have structured my code as follows. THis is working fine but Please give me your ...